home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / GestionFichiers / Cobian Backup / cbSetup.exe / cbCommonDlgs.dll / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt
Text File  |  2013-03-07  |  2KB  |  91 lines

  1. object formMain: TformMain
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 188
  6.   ClientWidth = 325
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblId: TLabel
  21.     Left = 4
  22.     Top = 29
  23.     Width = 16
  24.     Height = 13
  25.     Caption = '_Id'
  26.   end
  27.   object lblDomain: TLabel
  28.     Left = 4
  29.     Top = 73
  30.     Width = 41
  31.     Height = 13
  32.     Caption = '_Domain'
  33.   end
  34.   object lblPassword: TLabel
  35.     Left = 4
  36.     Top = 115
  37.     Width = 52
  38.     Height = 13
  39.     Caption = '_Password'
  40.   end
  41.   object lblPrompt: TLabel
  42.     Left = 4
  43.     Top = 8
  44.     Width = 112
  45.     Height = 13
  46.     Caption = '_Enter your credentials'
  47.   end
  48.   object txtId: TEdit
  49.     Left = 4
  50.     Top = 43
  51.     Width = 317
  52.     Height = 21
  53.     TabOrder = 0
  54.   end
  55.   object txtDomain: TEdit
  56.     Left = 4
  57.     Top = 88
  58.     Width = 317
  59.     Height = 21
  60.     TabOrder = 1
  61.   end
  62.   object txtPassword: TEdit
  63.     Left = 4
  64.     Top = 129
  65.     Width = 317
  66.     Height = 21
  67.     PasswordChar = '*'
  68.     TabOrder = 2
  69.   end
  70.   object btnOK: TButton
  71.     Left = 58
  72.     Top = 158
  73.     Width = 97
  74.     Height = 25
  75.     Caption = '_OK'
  76.     Default = True
  77.     TabOrder = 3
  78.     OnClick = btnOKClick
  79.   end
  80.   object btnCancel: TButton
  81.     Left = 170
  82.     Top = 158
  83.     Width = 97
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = '_Cancel'
  87.     TabOrder = 4
  88.     OnClick = btnCancelClick
  89.   end
  90. end
  91.